home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- set the member of sprite the currentSpriteNum to member(1, "Buttons")
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to member(3, "Buttons")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member(2, "Buttons")
- end
-